home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; hdklib *
- ; this is the standard HDK 11.0+ "system" extention library, this library *
- ; adds functionality to HDK by adding target "specific" userlink template *
- ; extentions that can simplify help development. *
- ; *
- ; The library is built from the following components : *
- ; *
- ; 1. VWRLIB - Multimedia Viewer Specific support *
- ; 2. RTFLIB - RTF Targets common text support *
- ; 3. IPFLIB - IPF OS/2 Specific Extention support *
- ; 4. WWWLIB - HTML Target support *
- ;******************************************************************************
-
- .ifdef viewer
- .include vwrlib.hdf
- .endif
-
- .ifdef rtfbased
- .include rtflib.hdf
- .endif
-
- .ifdef os2
- .include ipflib.hdf
- .endif
-
- .ifdef www
- .include wwwlib.hdf
- .endif
-
-
-
-
-
-